@charset "utf-8";
/* CSS Document */
html { font-size:16px; }
body,input,select,textarea{ font-family: Verdana,Geneva,sans-serif; font-size:14px; font-size:0.875rem; vertical-align:middle;color: #121212}
.holded { color:#aaa; }
html{}
img { border:0; max-width:100%; }
body,div, ul, ol, li, dl, dt, dd, a, img, form, p, h1, h2, h3, h4, h5, h6, span { margin:0; padding:0; border:0px; }
ul, li { list-style: none; }
input,select{ outline:none; }
a:link,a:visited{ color:#ffc612;  }
a:hover{ color:#ff1c39; text-decoration:underline;}
::-moz-placeholder { color: #666; }
::-webkit-input-placeholder { color:#666; }
:-ms-input-placeholder { color:#666; }
/* Clear Fix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac */
.clearfix {display:block;}
/* End hide from IE Mac */
/* end of clearfix */

/*去除手机端按钮默认样式*/
input { -webkit-appearance: none; outline: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }

/*去除 select 背景*/
select::-ms-expand { display: none; }
select { border: none; outline: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}
input[type="checkbox" i] {
    margin:0;
}
/* common */
#regForm .form-con input,#regForm .form-con select{background: none;border-bottom: 2px solid rgba(0,0,0,.2);} 
.fl_r{ float: right;}
.fl_l{ float: left;}
.inline-block{display: inline-block;}
.sel_style{margin:10px 10px 0px;cursor: pointer;transition: .4s;display: inline-block;opacity: 0.65; filter: opacity(65); }
.sel_style img{width: 64px;height:64px;}
.sel_style img
.sel-wrap{width: 100%;text-align: center;    margin: 20px auto;}
#p4 .sel-wrap,#p5 .sel-wrap{text-align: center;}
#email,#passwd1{padding-top: 15px;}
.main .sel-wrap p{ font-size: 13px;font-weight: 600;text-align: center;line-height: 1em;margin:0 auto 10px;}
.opacity{ opacity: 1!important;
filter: alpha(opacity=100);}
.important{color:#FF5A00;}
/* layout */
body{background-color: #ffde3f;    box-sizing: border-box;}
#wrapper { width:100%; margin:0 auto; position:relative; z-index:6; }
#header { height:48px; padding:0;}
#header_logo { float:left; width:292px;margin-top:10px;margin-left: 2%; }
#header_logo img{width: 100%;max-width: 200px;}
.signin { font-size:14px; float:right; padding-top:14px; margin-right: 1%; }
.signin a{color: #212121;text-decoration: none;border:1px solid #212121;padding: 7px 15px;border-radius: 5px;font-weight: 700;}
.main{ width: 348px;margin:0 auto;display: block;    text-align: center;background: #ffde3f;}
#p6.main{width: 600px;}
.login_counttxt{display: inline-block;font-size: 16px;padding-right: 10px;}

#read_new_policy{    
position: relative;
top: 5px;
left: 5px;
display: block;
margin-bottom: 4px;
cursor: pointer;
font-size: 16px;
-webkit-tap-highlight-color: transparent;
}
#read_new_policy::before{
    position: absolute;
top: 0;
left: 0;
width: 28px;
height: 28px;
content: " ";
border: 2px solid #ccc;
border-radius: 4px;
background: #fff;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
#read_new_policy::after{
    position: absolute;
top: 4px;
left: 9px;
content: "✔";
-webkit-transition: all .2s;
transition: all .2s;
color: #0330dc;
font-size: 19px;
line-height: 1.2;
}
.main [type="checkbox"]:not(:checked)::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.TabMathGroup{
    position: relative;
    margin: 0 auto;
    padding: 2px 20px 0 0;
    text-align: right;
    color: rgba(0,0,0,.4);
    font-size: 25px;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, Helvetica Neue,Helvetica,Arial,sans-serif;
}

.TabbedPanelsTabGroup {
position: fixed;
top: 35%;
right: 0;
margin-right: 20px;
}
.TabbedPanelsTab {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	width:16px;
	height: 16px;
	text-align: center;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
	margin: 20px auto;
	border-radius: 20px;
	font-size: 0px;
	color: #fff;
	background: #ff9170;
	box-sizing: border-box;
    font-weight: 300;

}
.TabbedPanelsTabSelected {
	/* background: #ed145b; */
    background: url(../images/step.svg);
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
    margin: 5px auto;
    border-radius: 0px;
}
.Tabs {
	background: rgba(0,0,0,.15) !important;
}
.fadeInUp {
    display: block !important;
  }
  .hidden {
	display: none !important;
}

.error_tips{display: none;}
.error_tips_over {display: block !important;text-align:left;padding-top:20px;max-width:200px;margin:0 auto;line-height: 18px;color:#ff0000;font-weight: 700;    padding-left: 15px;}
.error_tips_check{display: none !important;}
#male,#female{display: inline-block;cursor: pointer;}
#female{background-color: unset; background-image: -webkit-linear-gradient( 90deg, rgb(255,228,187,65%) 0%, rgb(255,250,191,67%) 100%); background-image:linear-gradient( 90deg, rgb(255,228,187,65%) 0%, rgb(255,250,191,67%) 100%);}
#male .sel_style,#female .sel_style{display: inline-block; }
#male .sel_style:hover ,#female .sel_style:hover{ opacity: 100;
filter: alpha(opacity=1);}
.main p{ font-size: 18px; font-size:1.125rem; ;line-height: 22px; font-weight: 400;letter-spacing: -.4px;}
.gender_box{position: relative; background: #fff;background-image: -moz-linear-gradient( 90deg, rgb(255,228,187) 0%, rgb(255,250,191) 100%);transition: all 0.25s ease-in-out;
    background-image: -webkit-linear-gradient( 90deg, rgb(255,228,187) 0%, rgb(255,250,191) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,228,187) 0%, rgb(255,250,191) 100%);
    border-radius: 80px;box-sizing: border-box;margin:0 15px; border:3px solid   #6acb00;width:110px;height:140px;}
.gender_box:hover{transform: scale(1.08);}
.gender_box .sel_style{opacity: 85; filter: opacity(85);margin-top:20px;}
.gender_box p{font-size: 17px;font-weight: 600;color:#451000;}
.gender_box::after{
    content: "";
    position: absolute;
    top: -8px;left: -8px; width: 120px;
    border-radius: 80px;
    height: 150px;
    -webkit-animation: pulse 1s ease-in-out infinite;
    animation: pulse 1s ease-in-out infinite;
    z-index: -1;

}
.gender_box::after {
background: rgba(255,255,255,0.35);
}
.main h1{ margin:0;font-size: 28px;font-weight: 700;font-family: Georgia, 'Times New Roman', Times, serif;font-style: italic;color:#4e9500; }
.main h2{ margin:0;font-size: 23px;font-weight: 600;letter-spacing: -1px;}
.banner{margin:10px auto;}
.banner img{max-width: 100%; border-radius: 28px;  width: 340px;  display: block; margin: 0 auto;box-shadow: 0 0 0 5px rgba(255,109,76,.75);}
/* main_6 */

.attention_btn{ background-color:#66b300; height: 70px; display: block;border:0;box-shadow: 0px 2px 1px 2px rgb(255,255,255,35%);
    margin: 0 auto; text-align: center;color: #fff!important;font-size: 28px;font: 1.75rem; font-weight: bold; line-height: 70px; text-decoration: none;width: 80%; border-radius: 50px; display: block;margin:20px auto 0;cursor: pointer;}
 .attention_btn:hover{transition: all 0.4s;transform: scale(1.03); -moz-transform: scale(1.03); -webkit-transform: scale(1.03); -ms-transform: scale(1.03); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);text-decoration: none; }   
.attention_result{ width: 100%;margin: 0 auto;display: block;text-align: left;margin-top: 0px;}
.attention_result li{ 
    font-size: 16px;
    font-weight: bold;
    white-space: pre-line;
    line-height: normal;
}
.result_list{ 
    line-height: 24px;
    min-height: 30px;
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}
.result_list li span{
    display: block;
    margin-left: 36px;
    text-align: left;
    font-size: 14px;
    white-space: pre-line;
    line-height: normal;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 700;
}
.result_list .sel_dot_on{width: 12px;height: 12px;display: block;border-radius: 2px;float: left;cursor: pointer;margin-right: 10px; margin-top: 4px;}
.result_txt{ margin-top: 20px;margin-left: 20px; }
.result_txt li{
    padding-left: 20px;
    letter-spacing: .05px;
    font-size: 12px;
}
.result_tip{
    font-family: Verdana,Geneva,sans-serif;
    display: inline-block;
    max-width: 200px;
    color: rgba(0,0,0,.7);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.result_tip_last{
    margin: 10px 0;
padding: 0;
text-align: center;
color: #222;
font-family: Open Sans,sans-serif;
font-size: 10px;
font-weight: 400;
line-height: normal;
max-width: 100%;
display: block;
}
.result_tip a:link,.result_tip a:visited{color: #3b9722;}
.result_tip a:hover{ color: #3b9722; }
.login{ font-size: 14px;text-align: right;color:#fff;margin-top:10px;}
.login a{ color:#ec3889;}
.login a:hover{ color: #ff2788;}
.last-in{ margin-top: 0px;}
.attention_txt .max-width{max-width: 550px; text-align: center;margin:0 auto;}

.check {
    background-color: #c5ffda;
}
.check_list{margin-top: 10px;}
.check_list ul {
    margin: 0 auto;
}
.check-list ul li{ }
.check_list label {display: inline-block;background: #ebebeb;padding: 20px; margin: 3px 0;width: 350px; font-size: 16px;font-size: 1rem; text-align: left;border-radius: 6px; cursor: pointer;}
.check_list label input{-webkit-appearance: checkbox;}
.check_list .check{background-color: #b3ebc0;}
.reg_title{  margin:60px auto;}

.loading{text-align: center;margin:0 auto;    margin: 20px auto;}


.button-next-step{
    background-color: #f44336;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #232529;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    width: 72px;
    height: 72px;
    line-height: 33px;
    z-index: 1000;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-position: center;
    cursor: pointer;
    bottom: 20%;
    right: calc(50% - 160px);
}
.button-next-step:hover{transition: all 0.25s;
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
  box-shadow: 0px 8px 2px 0px rgba(223, 133, 0, .4);}


.float{ float: left;}

.gender{margin:16px 0 0;}
.gender_box span{display: block;float: right;line-height: 22px;padding-left: 10px;}
.sel-male{height: 72px;width: 72px;border: 2px #22b3e3 solid; background-color: #22b3e3; }
.sel-female{height: 72px;width: 72px;border: 2px #e95265 solid; background-color: #e95265; }

.terms_privacy { display:none; margin: 0 auto;width: 100%;max-width: 270px; color:#000; font-size:12px; text-align:center; padding-top:14px; line-height:1.4em;  }
#footer {width: 100%;padding:5px 0;background-color: #222; position: absolute;z-index: 2;
    bottom: 0px; left:0; right:0; display: block;}
.footer_text {font-size:12px; position:relative; margin:0 auto; text-align:center; color:#ccc; }
.security_mark { float:left; padding:0; }
.security_mark a { display:inline-block; font-size:0; margin:0 2px; text-decoration:none; border:1px solid #ccc; border-radius:4px; }
.security_mark a img { height: 36px; border-radius: 4px;}
.fo-text{ line-height: 24px;}
/*Ladies items*/
.lady-bg{
    z-index:0;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    max-height: 100vh;
    height: 100vh;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding:30px 0 0;
    max-width: 1600px;
    margin:0 auto;
    text-align: center;
}
.ladies-items{
    opacity: 0.5;
    display: inline-block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lady-item{
    margin:24px 38px;
    float: left;
    padding:0;
    opacity: 0;
}
.lady-item img{
    border-radius: 16px;
    height: 216px;
    width: 180px;
    display: inline-block;
    border:6px solid rgba(255, 113, 57, 0.466);
    object-fit: cover;
}
.bg-opacity{
    opacity: 0.40;
}

@media screen and (max-width: 1024px) {  
    .ladies-items{display: inline-block;width: 100%;}
    .lady-bg{max-width: 96%;margin:20px 2%;} 
    .lady-item{
        margin:20px 4%;
        max-width: 25%;
    }
    .lady-item img{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {  
    .lady-item{
        margin:12px 4%;
        max-width: 25%;
    }
    .lady-item img{    border:3px solid rgba(255, 113, 57, 0.25);}
}
@media screen and (max-width: 360px) {  
    .lady-item{
        margin:8px 4%;
        max-width: 40%;
    }
    .lady-item img{    border:2px solid rgba(255, 113, 57, 0.25);}
}

/* form */
#regForm {margin:auto; height: calc(100vh - 120px);    padding:0; }
.reg_area{ padding: 28px 0px 44px;padding:1.75rem 0 2.75rem;  box-sizing:border-box; }
.form-item {margin: 10px 0 20px 0;}
.form-label { font-size:18px; font-size:1.125rem; float:left; width:22%; padding-top:10px; }
.form-con { text-align: center; width:100%;position: relative; }
.input_test, .input-group { width:100%; height:48px; height:3rem; line-height:48px; line-height:3rem; box-sizing:border-box; border: none; border-radius:4px; font-size: 26px;    font-size: 1.625rem; text-indent: 4px; font-weight: 400;}
.input-group .input_test { font-size:18px; font-size:1.125rem; height:48px; height:3rem; }
.select-wrapper { width:100%; position:relative; overflow:hidden; z-index:0; height:48px; height:3rem; box-sizing:border-box;  border-bottom:1px solid #999; border-radius:4px; }
.select-wrapper:after { display:block; content:""; position:absolute; width:11px; height:6px; right:4px; top:40%; background:url(../images/down_arrow.png) no-repeat right center; }
.select-wrapper select { font-size:22px; font-size:1.375rem; float:left; width:109%;text-indent:4px; height:48px; height:3rem;/* inputbox height */ padding:3px; border:none; font-weight: 600;}

#birthday_y,#birthday_d,#birthday_m{ font-weight: 500;color:#000000;font-family: Verdana,Geneva,sans-serif;font-size: 18px;border-bottom: 2px solid rgba(0,0,0,.2);}
.input-group .input_test, .input-group .select-wrapper { float:left; border:none; }
.input-group .select-wrapper { width:33%; height:48px; height:3rem; }
.input-group .select-wrapper select { width:130%; }
.input_desc { font-size:12px; line-height:1.8em; text-align:right; color:#888; }
.button_box { padding-top:40px; }
.submit-button { display:block; width:100%; text-decoration:none;  line-height:64px;    font-family: Verdana, Geneva, Tahoma, Helvetica Neue,Helvetica,Arial,sans-serif; font-size:26px; line-height:3.125rem; font-size:1.625rem; cursor:pointer; background-color:#ed145b!important; border:none; color:#fff; border-radius:6px;  margin-top:0 !important;font-weight: 500;transition: all 0.6s; width: 64px;height: 64px;border-radius: 50%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35); background: url(../images/btn.png) center center no-repeat;background-size:70%; border:2px solid #000;}
.submit-button:hover. {transition: all 0.6s;
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);opacity: 0.9;
  filter: alpha(opacity=90);}

 #login .submit-button  {background: none;}
 #login .input_test{ font-size: 1rem;  text-indent: 0px;}

/* for ie8 */
.ie.ie8 select { height:22px !important; }

/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.popup-container { display:none; }

/* intsva */
.intsva { position:absolute; z-index:98; line-height:1em; font-size:11px; /*font-size:0.7rem;*/ margin-top:-29px; padding:4px 6px; padding:0.25rem 6px; color:#fff; background-color:#222; border:1px solid #222; border-radius:0.2rem; box-shadow:0 2px 3px rgba(0,0,0,0.3); text-shadow:0 0 1px rgba(0,0,0,0.2);/*white-space: nowrap;*/ }
.intsva .arrow { display:block; content:""; position:absolute; margin-left:10px; bottom:-6px; width:0px; height:0px; border-color:transparent; border-style:solid; border-width:6px 6px 0 6px; border-top-color:#222;/* use for arrow bgColor */ }
.intsva .arrow:after { display:block; content:""; position:absolute; margin-top:-5px; margin-left:-6px; width:0px; height:0px; z-index:-1; border-color:transparent; border-style:solid; border-width:6px 6px 0 6px; border-top-color:#222;/* use for arrow border */ }
#pointmsg_birthday_y { margin-left:-70px; }
#pointmsg_birthday_y .arrow { margin-left:70px; }

.atmosphere,.atmosphere-top{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    right:0;
    z-index: -1;
    top:0;
}
.atmosphere-top:after{
    content:"";
    background:url(../images/left-top.png) no-repeat left top;
    position:absolute;
    left:0;
    top:0;
    height:227px;
    width: 255px;
    display: block;
    opacity: 0.4;
}
.atmosphere-top::before{
    content:"";
    background:url(../images/right-top.png) no-repeat right top;
    position:absolute;
    right:0;
    top:0;
    height:228px;
    width: 278px;
    display: block;
    opacity: 0.4;
}
.atmosphere::before{
    content:"";
    background:url(../images/right-bottom.png) no-repeat right bottom;
    position:absolute;
    right:0;
    bottom:0px;
    background-size: 259px 166px;
    height:100%;
    width: 100%;
    display: block;
    opacity: 0.6;
}
@media screen and (max-width: 576px) {  
.atmosphere{display: none;}
}
@media screen and (max-width: 420px) {   
    .atmosphere:after,.atmosphere::before{
        opacity: 0.3;
    }
   }

/* Responsive */

@media  (min-height:812px) {
    body{
        /* background: #ffc93c url(../images/left-bottom.png) no-repeat left bottom; */
        min-height: calc( 100vh - 34px );
    }
}

@media  (max-height:750px) {
    #footer{     position: relative;margin-top: 50px;}
    .button-next-step{ bottom: 60px;}
    /* body{
        background: #ffc93c url(../images/left-bottom.png) no-repeat left bottom;
    } */
}

@media (max-width:750px) {
	html { font-size:16px; }
    #login{max-height: 500px;position: absolute!important;}
    #header_logo{   margin-left: 10px; max-width: 240px;}
    .signin {text-align: right;margin-right: 10px;}
    #regForm{margin-top: 0;}
}
@media screen and (max-width: 650px) {   
 .button-next-step {
        position: absolute;
        display: block;
        bottom: 70px;
        right: 10%;
    }
}
@media (max-width:600px) {
#p6.main{ width: 90%;}
.result_list li{ margin:2px 0;}
.last-in{ margin-top: 10px;}
.reg_area{ padding-top: 10px;}
.login_counttxt{display: none;}
.TabbedPanelsTabGroup{margin-right: 4px;}
#read_new_policy{top: 19px;}
.main{ background: rgb(255,222,63,.25);}
}
@media (max-height: 500px){
    .button-next-step {
        position: fixed !important;
        right: 8%;
        bottom: 10%;
    }
}

@media (max-width:420px) {
    .TabbedPanelsTab{width: 10px;height: 10px;}
    .TabbedPanelsTabSelected {
        /* background: #ed145b; */
        background: url(../images/pumkin.png);
        background-size: 20px 24px;
        height: 24px;
        width: 20px;
        margin: 5px auto;
    }
    .main{max-width: 85%;}
    #p1.main h2>img{max-width: 90%;}
    #p2 .input-group{border:none;height: auto;padding-bottom: 25px;}
    #p2 .select-wrapper{float:none;width: 90%;border-bottom: 2px solid #582707;margin: 0 auto;}
    #regForm .form-con input, #regForm .form-con select{text-align: center;}
    .banner img{max-width: 280px;width: 100%;}
    .main h2{font-size: 1.25rem;font-size: 400; }
    #header_logo{ max-width:170px;margin-top: 2px;}
    .button_box{ padding-top: 20px;    padding-right: 30px;}
    .signin{padding-top: 15px;}
    #header{height: 48px;}
    .attention_result li{     margin: 3px 0;}
    .result_txt li{     font-weight: normal;line-height: 18px;margin: 0;padding-left:0 ;}
    #v5 {font-size: 16px; font-weight: bold;}
    .result_txt{ margin-top: 10px;}
    .attention_result li{ font-weight: 400;}
    .last-in h3{font-size: 16px;}
    .attention_btn{width: 90%;margin:10px auto 0 auto;height: 64px;line-height: 64px;}
    .button-next-step{ bottom:20%;right: 5%;}
    .form-item{     margin: 10px 0;}
    .sel-wrap{ margin: 10px auto;}
     #regForm{ padding: 8px 0 0;}
     #content{ height:calc(90vh);}
     #login .input_test{ font-size: 14px;  text-indent: 0px;}
     #p5 .sel-wrap{ margin: 10px auto;}
     .input_desc{ text-align: left;}
     #birthday_y, #birthday_d, #birthday_m{    
         -moz-text-align-last: center;
        text-align-last: center;
        width: 90%;
        font-size: 24px;
        height: 5rem;
    }
    .result_tip{font-weight: 400;}
    #p2 .select-wrapper{height: 5rem;}
    .result_list{padding-top: 0;margin-bottom: 0;}
    .TabMathGroup{padding: 0 20px 0 0;}
    .attention_con{margin-top: 0;}
    .attention_result li{margin: 0;}
}


@media (min-width:350px) and (max-width:375px) {
	html { font-size:15px; }
    .button-next-step{ bottom:70px;right: 5%;}

}

@media (max-width:350px) {
.button-next-step{ bottom:70px;right: 5%;}
     html { font-size:14px; }
.signin{ font-size: 12px;}
.banner img{max-width: 180px;}
.main{ width: 90%;max-width: 90%;}
#p1.main{width: 300px;}
#p1 p{ padding:0 10px;}
.attention_con{margin-top: 10px;}
#header{height: 50px;}
.sel-wrap{margin:10px auto; }
.form-item{margin:10px auto;}
#container{    height: calc(98vh);}
#header_logo{ max-width:150px;margin-top: 4px;}
.signin {padding-top: 18px;}
}

@media (max-width:330px) {
        #footer{     position: relative;margin-top:90px;}
}

@media (min-width:450px) and (max-width:900px) and (orientation:landscape){
        #footer{ position: relative;margin-top:130px;}
        #wrapper{ height:calc(90vh);}
          #wrapper{min-height: 600px;}
}
@media (max-height: 560px){
    #wrapper{min-height: 600px;}

}
/* animations */

  
@-webkit-keyframes shining{
	0%{ box-shadow:0 0 4px rgba(239,157,15,0.4); }
	100%{ box-shadow:0 0 8px rgba(239,157,15,0.7); }
}
@keyframes shining{
	0%{ box-shadow:0 0 4px rgba(239,157,15,0.4); }
	100%{ box-shadow:0 0 8px rgba(239,157,15,0.7); }
}

@-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .animate__pulse {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  

@media (min-width:768px) {
    .button-next-step{
        width: 80px;
        height: 80px;
        bottom: unset;
        top:475px;
        right: calc(50% - 174px);
    }
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

